Update the css parser unknown pseudo-class test
authorMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2015 19:29:17 +0000 (14:29 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2015 19:29:17 +0000 (14:29 -0500)
Use an existing property instead of a made-up one.

testsuite/css/parser/pseudo-classes-unknown.css

index fa82e7da463489d080429a8cd1cb2a2c689ca790..9b57b22a9eaabdcee942741716261e15937fa941 100644 (file)
@@ -1,23 +1,23 @@
 :nobody-knows-me {
-  int-property: 42;
+  padding-top: 42px;
 }
 
 :nobody-knows-me(really) {
-  int-property: 42;
+  padding-top: 42px;
 }
 
 :a:lot:of:unkwnown:pseudo:classes(some):of(them):with:functions( spaces ) {
-  int-property: 42;
+  padding-top: 42px;
 }
 
 :nth-child {
-  int-property: 42;
+  padding-top: 42px;
 }
 
 :nth-child() {
-  int-property: 42;
+  padding-top: 42px;
 }
 
 x, :unknown-pseudo-classes-invalidate-selectors, y {
-  int-property: 42;
+  padding-top: 42px;
 }